MailboxQuery Constructor (String, MailboxSearchScope) |
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MailboxQuery(
string query,
MailboxSearchScope mailboxSearchScope
)
Public Sub New (
query As String,
mailboxSearchScope As MailboxSearchScope
)
Parameters
- query
- Type: SystemString
The query. - mailboxSearchScope
- Type: Independentsoft.ExchangeMailboxSearchScope
The mailbox search scope.
See Also